ThinkPHP5


think\process\Utils
library\think\process\Utils.php at line 12

Class Utils

Utils

public class Utils


Method Summary
static string

escapeArgument(string argument)

转义字符串

static string

validateInput(string caller, mixed input)

验证并进行规范化Process输入。

Method Detail

library\think\process\Utils.php at line 20

escapeArgument

public static string escapeArgument(string argument)

转义字符串


library\think\process\Utils.php at line 56

validateInput

public static string validateInput(string caller, mixed input)

验证并进行规范化Process输入。

Throws:
\InvalidArgumentException

ThinkPHP5